Keysight VISA.NET Help
BeginRead(Byte[]) Method



An array of bytes allocated by the calling program.
Read bytes asynchronously and store them in buffer until it is full.
Syntax
'Declaration
 
Overloads Function BeginRead( _
   ByVal buffer() As Byte _
) As IVisaAsyncResult
'Usage
 
Dim instance As IMessageBasedRawIO
Dim buffer() As Byte
Dim value As IVisaAsyncResult
 
value = instance.BeginRead(buffer)
IVisaAsyncResult BeginRead( 
   byte[] buffer
)

Parameters

buffer
An array of bytes allocated by the calling program.

Return Value

Information about the progress and results of the asynchronous operation that is specific to, and identifies, that particular operation.
Requirements

Current with Keysight IO Libraries Suite 18

See Also

 

 


© Keysight Technologies 2015-2025